Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632716 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/02 - Clock

font/ cody/swapnilsparsh/30DaysOfJavaScript/02 - Clock/font/
1 Items
  • sans.ttf
  • assets/ cody/swapnilsparsh/30DaysOfJavaScript/02 - Clock/assets/
    2 Items
  • clock.png
  • favicon.png
  • style.css cody/swapnilsparsh/30DaysOfJavaScript/02 - Clock/style.css
    112 Views
    0 Comments
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

    body {
    display: flex;
    index.html cody/swapnilsparsh/30DaysOfJavaScript/02 - Clock/index.html
    309 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">

    <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Clock</title>